home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1995 October
/
EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso
/
Aminet
/
gfx
/
fract
/
fu1_61.lha
/
Formulas
/
TanMandel.Form
< prev
next >
Wrap
Text File
|
1994-05-24
|
176b
|
26 lines
TanMandel
{
{
x1=-2.0
x2= 1.0
y1=-1.15
y2= 1.15
bailout=0.3
}
{
c=pixel
z=pixel
}
{
z=z*z
z=z+c
w=tan(z)
}
{
w>bailout
}
{
CHANGE BAILOUT
}
}